home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TUNICONVFORM / TUNICONVFORM.txt
Text File  |  2004-09-13  |  3KB  |  159 lines

  1. object UniConvForm: TUniConvForm
  2.   Left = 705
  3.   Top = 252
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Document encoding'
  7.   ClientHeight = 333
  8.   ClientWidth = 312
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 360
  11.   Constraints.MinWidth = 320
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Shell Dlg 2'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCloseQuery = FormCloseQuery
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object InfoShape: TShape
  23.     Left = 8
  24.     Top = 8
  25.     Width = 297
  26.     Height = 60
  27.     Anchors = [akLeft, akTop, akRight]
  28.     Brush.Color = clInfoBk
  29.   end
  30.   object NameLabel: TTntLabel
  31.     Left = 8
  32.     Top = 72
  33.     Width = 45
  34.     Height = 13
  35.     Caption = '&File name'
  36.     FocusControl = FileEdit
  37.   end
  38.   object IncLabel: TTntLabel
  39.     Left = 12
  40.     Top = 12
  41.     Width = 288
  42.     Height = 48
  43.     Anchors = [akLeft, akTop, akRight]
  44.     AutoSize = False
  45.     Caption = 
  46.       'One or more file in imported checksum file has foreign character' +
  47.       's in those name(s). Please select  appropriate encoding for thos' +
  48.       'e characters.'
  49.     Color = clInfoBk
  50.     ParentColor = False
  51.     Transparent = True
  52.     WordWrap = True
  53.   end
  54.   object FileEdit: TTntEdit
  55.     Left = 8
  56.     Top = 88
  57.     Width = 296
  58.     Height = 21
  59.     Anchors = [akLeft, akTop, akRight]
  60.     TabOrder = 0
  61.   end
  62.   object EncGroup: TRadioGroup
  63.     Left = 8
  64.     Top = 120
  65.     Width = 161
  66.     Height = 113
  67.     Caption = 'Encoding'
  68.     Items.Strings = (
  69.       'UTF-8'
  70.       'Default ANSI (Windows)'
  71.       'Default OEM (DOS)'
  72.       'Default MAC (Macintosh)'
  73.       'Specified')
  74.     TabOrder = 1
  75.     OnClick = EncGroupClick
  76.   end
  77.   object EncList: TTntListBox
  78.     Left = 184
  79.     Top = 124
  80.     Width = 121
  81.     Height = 173
  82.     Anchors = [akLeft, akTop, akRight, akBottom]
  83.     ItemHeight = 13
  84.     Items.WideStrings = (
  85.       '1'
  86.       '2'
  87.       '3'
  88.       '4'
  89.       '5'
  90.       '6'
  91.       '7'
  92.       '8'
  93.       '90'
  94.       '`'
  95.       '12'
  96.       '33'
  97.       '45'
  98.       '46'
  99.       '56'
  100.       '56'
  101.       '5'
  102.       '6'
  103.       '67'
  104.       '6'
  105.       '76'
  106.       '765')
  107.     TabOrder = 2
  108.     OnClick = EncListClick
  109.   end
  110.   object SaveBox: TTntCheckBox
  111.     Left = 8
  112.     Top = 240
  113.     Width = 161
  114.     Height = 17
  115.     Caption = 'Don'#39't ask me more ...'
  116.     TabOrder = 3
  117.     OnClick = SaveBoxClick
  118.   end
  119.   object OKButton: TTntButton
  120.     Left = 8
  121.     Top = 296
  122.     Width = 75
  123.     Height = 25
  124.     Anchors = [akLeft, akBottom]
  125.     Caption = 'OK'
  126.     Default = True
  127.     ModalResult = 1
  128.     TabOrder = 4
  129.   end
  130.   object NeverBox: TTntCheckBox
  131.     Left = 24
  132.     Top = 264
  133.     Width = 145
  134.     Height = 17
  135.     Caption = 'Don'#39't ask me never...'
  136.     TabOrder = 5
  137.   end
  138.   object CancelButton: TTntButton
  139.     Left = 96
  140.     Top = 296
  141.     Width = 75
  142.     Height = 25
  143.     Anchors = [akLeft, akBottom]
  144.     Cancel = True
  145.     Caption = 'Cancel'
  146.     ModalResult = 2
  147.     TabOrder = 6
  148.   end
  149.   object ShowCodeBox: TTntCheckBox
  150.     Left = 184
  151.     Top = 304
  152.     Width = 97
  153.     Height = 17
  154.     Caption = 'Show codes'
  155.     TabOrder = 7
  156.     OnClick = ShowCodeBoxClick
  157.   end
  158. end
  159.